dizzy_omega ~master (2022-04-01T11:00:10.9324115)
Dub
Repo
ObjMesh
unde
games
obj_loader
Undocumented in source.
struct
ObjMesh {
string
material
;
bool
smooth
;
ObjIndex
*[][]
faces
;
}
Members
Variables
faces
ObjIndex
*[][]
faces
;
Undocumented in source.
material
string
material
;
Undocumented in source.
smooth
bool
smooth
;
Undocumented in source.
Meta
Source
See Implementation
unde
games
obj_loader
functions
load_mtlfile
load_objfile
structs
MtlFile
MtlMaterial
ObjFile
ObjIndex
ObjMesh
ObjObject